home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMINPUT / TFRMINPUT.txt
Encoding:
Text File  |  2003-01-14  |  7.5 KB  |  308 lines

  1. inherited frmInput: TfrmInput
  2.   Left = 639
  3.   Top = 186
  4.   HelpContext = 47
  5.   OldCreateOrder = True
  6.   OnClose = FormClose
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited pnlTop: TPanel
  11.     inherited lblCommandName: TLabel
  12.       Caption = ''
  13.     end
  14.     inherited memActionDesc: TMemo
  15.       Lines.Strings = (
  16.         
  17.           'Displays an input box allowing the user to enter a value.  The v' +
  18.           'alue entered is '
  19.         
  20.           'saved to the variable specified.  Task execution is paused while' +
  21.           ' the task waits for '
  22.         
  23.           'a value to be entered.  Useful for asking a question that requir' +
  24.           'es a text response '
  25.         'at runtime.')
  26.     end
  27.   end
  28.   inherited pnlCenter: TPanel
  29.     inherited pgcControlPage: TPageControl
  30.       inherited tbsAM5Main: TTabSheet
  31.         object Label1: TLabel
  32.           Left = 10
  33.           Top = 171
  34.           Width = 433
  35.           Height = 13
  36.           AutoSize = False
  37.           Caption = '&Title of the input box:'
  38.           FocusControl = edtWindowTitle
  39.         end
  40.         object Label5: TLabel
  41.           Left = 12
  42.           Top = 124
  43.           Width = 433
  44.           Height = 13
  45.           AutoSize = False
  46.           Caption = 'Populate &variable with value entered:'
  47.           FocusControl = cboCodeVariable
  48.         end
  49.         object Label2: TLabel
  50.           Left = 10
  51.           Top = 16
  52.           Width = 425
  53.           Height = 13
  54.           AutoSize = False
  55.           Caption = '&Message to display:'
  56.           FocusControl = memMessageToDisplay
  57.         end
  58.         object Label6: TLabel
  59.           Left = 11
  60.           Top = 82
  61.           Width = 433
  62.           Height = 13
  63.           AutoSize = False
  64.           Caption = '&Default value:'
  65.           FocusControl = edtDefaultValue
  66.         end
  67.         object edtWindowTitle: TEdit
  68.           Left = 10
  69.           Top = 187
  70.           Width = 449
  71.           Height = 21
  72.           TabOrder = 2
  73.         end
  74.         object cboCodeVariable: TAM5VarListComboBox
  75.           Left = 10
  76.           Top = 140
  77.           Width = 224
  78.           Height = 21
  79.           ItemHeight = 13
  80.           TabOrder = 1
  81.           OnDropDown = cboCodeVariableDropDown
  82.           OnKeyUp = edtXposKeyUp
  83.         end
  84.         object memMessageToDisplay: TMemo
  85.           Left = 10
  86.           Top = 32
  87.           Width = 449
  88.           Height = 42
  89.           ScrollBars = ssVertical
  90.           TabOrder = 0
  91.           WantTabs = True
  92.           OnKeyPress = memMessageToDisplayKeyPress
  93.         end
  94.         object edtDefaultValue: TEdit
  95.           Left = 11
  96.           Top = 98
  97.           Width = 449
  98.           Height = 21
  99.           TabOrder = 3
  100.         end
  101.       end
  102.       object tbsAM5Advanced: TTabSheet [1]
  103.         Caption = 'Advanced'
  104.         ImageIndex = 3
  105.         object Label4: TLabel
  106.           Left = 10
  107.           Top = 16
  108.           Width = 185
  109.           Height = 13
  110.           AutoSize = False
  111.           Caption = '&Position:'
  112.           FocusControl = cboPosition
  113.         end
  114.         object lblCoordinates: TLabel
  115.           Left = 10
  116.           Top = 65
  117.           Width = 172
  118.           Height = 13
  119.           Caption = '&Upper left corner coordinates (X,Y):'
  120.           FocusControl = edtXpos
  121.         end
  122.         object lblMouseLocation: TLabel
  123.           Left = 239
  124.           Top = 65
  125.           Width = 161
  126.           Height = 14
  127.           AutoSize = False
  128.           Caption = 'Current mouse location:'
  129.         end
  130.         object lblPressInsert: TLabel
  131.           Left = 239
  132.           Top = 81
  133.           Width = 213
  134.           Height = 37
  135.           AutoSize = False
  136.           Caption = '(Press the insert key to capture)'
  137.           WordWrap = True
  138.         end
  139.         object lblPosition: TLabel
  140.           Left = 443
  141.           Top = 65
  142.           Width = 16
  143.           Height = 13
  144.           Alignment = taRightJustify
  145.           Caption = '1,1'
  146.         end
  147.         object Label3: TLabel
  148.           Left = 11
  149.           Top = 112
  150.           Width = 239
  151.           Height = 13
  152.           AutoSize = False
  153.           Caption = '&Button selected by default:'
  154.           FocusControl = cboButtonByDefault
  155.         end
  156.         object lblSeconds: TLabel
  157.           Left = 123
  158.           Top = 184
  159.           Width = 124
  160.           Height = 13
  161.           AutoSize = False
  162.           Caption = 'seconds'
  163.         end
  164.         object lblOnCancel: TLabel
  165.           Left = 239
  166.           Top = 112
  167.           Width = 51
  168.           Height = 13
  169.           Caption = 'On cancel:'
  170.         end
  171.         object cboPosition: TComboBox
  172.           Left = 10
  173.           Top = 32
  174.           Width = 204
  175.           Height = 21
  176.           Style = csDropDownList
  177.           ItemHeight = 0
  178.           TabOrder = 0
  179.           OnChange = cboPositionChange
  180.           OnKeyUp = edtXposKeyUp
  181.         end
  182.         object edtXpos: TEdit
  183.           Left = 10
  184.           Top = 81
  185.           Width = 105
  186.           Height = 21
  187.           TabOrder = 3
  188.           OnKeyUp = edtXposKeyUp
  189.         end
  190.         object edtYpos: TEdit
  191.           Left = 125
  192.           Top = 81
  193.           Width = 104
  194.           Height = 21
  195.           TabOrder = 4
  196.           OnKeyUp = edtXposKeyUp
  197.         end
  198.         object cboButtonByDefault: TComboBox
  199.           Left = 11
  200.           Top = 128
  201.           Width = 204
  202.           Height = 21
  203.           Style = csDropDownList
  204.           ItemHeight = 13
  205.           TabOrder = 5
  206.           OnKeyUp = edtXposKeyUp
  207.           Items.Strings = (
  208.             'OK'
  209.             'Cancel')
  210.         end
  211.         object cbCountDownButton: TCheckBox
  212.           Left = 12
  213.           Top = 156
  214.           Width = 301
  215.           Height = 17
  216.           Caption = '&Automatically press the default button after:'
  217.           TabOrder = 6
  218.           OnClick = cbCountDownButtonClick
  219.           OnKeyUp = edtXposKeyUp
  220.         end
  221.         object edtDelayScalar: TEdit
  222.           Left = 30
  223.           Top = 176
  224.           Width = 87
  225.           Height = 21
  226.           TabOrder = 7
  227.           OnKeyUp = edtXposKeyUp
  228.         end
  229.         object cbDisplayIcon: TCheckBox
  230.           Left = 239
  231.           Top = 12
  232.           Width = 207
  233.           Height = 17
  234.           Caption = 'Display this &Icon in the message box:'
  235.           TabOrder = 1
  236.           OnClick = cbDisplayIconClick
  237.         end
  238.         object cboIconToDisplay: TComboBox
  239.           Left = 239
  240.           Top = 32
  241.           Width = 204
  242.           Height = 21
  243.           Style = csDropDownList
  244.           ItemHeight = 13
  245.           TabOrder = 2
  246.           OnKeyUp = edtXposKeyUp
  247.           Items.Strings = (
  248.             'Exclamation-point'
  249.             'Information'
  250.             'Question-mark'
  251.             'Stop-sign')
  252.         end
  253.         object cbxOnCancel: TComboBox
  254.           Left = 239
  255.           Top = 128
  256.           Width = 220
  257.           Height = 21
  258.           Style = csDropDownList
  259.           ItemHeight = 13
  260.           TabOrder = 8
  261.           Items.Strings = (
  262.             'Continue'
  263.             'Stop'
  264.             'Fail')
  265.         end
  266.       end
  267.     end
  268.   end
  269.   inherited taclKeyboardTrap: TActionList
  270.     Left = 196
  271.   end
  272.   inherited dxSIBarManager: TdxBarManager
  273.     Categories.ItemsVisibles = (
  274.       2)
  275.     Categories.Visibles = (
  276.       True)
  277.     PopupMenuLinks = <
  278.       item
  279.         Control = lsvAM5Errors
  280.         PopupMenu = dxCheckPopup
  281.       end>
  282.     Left = 164
  283.     DockControlHeights = (
  284.       0
  285.       0
  286.       0
  287.       0)
  288.   end
  289.   inherited dxCheckPopup: TdxBarPopupMenu
  290.     ItemLinks = <
  291.       item
  292.         Item = itmCheckAllErrors
  293.         UserGlyph.Data = {00000000}
  294.         Visible = True
  295.       end
  296.       item
  297.         Item = itmCheckNoErrors
  298.         UserGlyph.Data = {00000000}
  299.         Visible = True
  300.       end>
  301.     Left = 132
  302.   end
  303.   inherited IvTranslator1: TIvTranslator
  304.     Left = 228
  305.     Top = 348
  306.   end
  307. end
  308.